-
Re: Beginner question about unicode
This chapter might also be helpful for getting a handle on the basics of Unicode: https://simoncozens.github.io/fonts-and-layout/unicode.html2 -
Re: Phinney’s TheFontDetective.com
Make it squishier. In advocacy, people respond more to stories than to lists of features. I’d personally move some of the blog posts about cases you’ve worked on (such as the Pakistan story) more fro…4 -
Re: Classifying Cambria
Knuth called the parameter "superness" in his Computer Modern sources: superness:=1/sqrt2; % parameter for superellipses<br>more_super:=max(superness,sqrt .77superness);<br> hei…1 -
Re: C.M.T.
@"Thomas Phinney"'s spacing video is a great intro to spacing: https://www.youtube.com/watch?v=tbc_O7bNROs And yes, HT Letterspacer will do it for you. But it's still good to learn how it a…2 -
Re: Generating static instances from variable font file
This was mine: https://gist.github.com/simoncozens/b3b7d132b0ad2427924cbddc1f28ef35 This is Behdad's: https://github.com/fonttools/fonttools/blob/master/Lib/fontTools/varLib/mutator.py1